From 72f7e37457411aff43453d3d99521462d623267c Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 9 Oct 2011 14:20:33 +0000 Subject: [PATCH] package/gdb: backport [28390] (closes: #8688) SVN-Revision: 28391 --- package/gdb/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 5044033a21..1207fa1487 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb PKG_VERSION:=6.8 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@GNU/gdb @@ -48,6 +48,7 @@ endef # XXX: add --disable-werror to prevent build failure with arm CONFIGURE_ARGS+= \ --with-system-readline \ + --without-expat \ --disable-werror CONFIGURE_VARS+= \ -- 2.30.2